Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / OwnedCollectionBase<TItem> Class / Sort Method

In This Topic
    Sort Method (OwnedCollectionBase<TItem>)
    In This Topic
    Sorts the elements in the entire collection using the specified System.Comparison`1.
    Overload List
    OverloadDescription
    Sorts the elements in the entire collection using the specified System.Comparison`1.  
    Sorts the elements in the entire collection using the specified System.Collections.Generic.IComparer`1.  
    Sorts the elements in a range of elements using the specified System.Collections.Generic.IComparer`1.  
    See Also